home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (1996 Edition) / Tabloid Beauties - 1996 Edition.iso / mac / DATA / HELEN.DIR / 00091_Script_91 < prev    next >
Text File  |  1996-03-29  |  233b  |  9 lines

  1. on exitFrame
  2.   put the pathname into temp
  3.   if the machinetype <> 256 then
  4.     put Temp & "SOUNDS:076.mov" into Fname
  5.   else
  6.     put Temp & "SOUNDS\076.mov" into Fname
  7.   end if
  8.   set the filename of cast "QT.MOV" to FName
  9. end